home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / intuition / pointerclass.m < prev    next >
Encoding:
Text File  |  1999-04-06  |  532 b   |  20 lines

  1. CONST    POINTERA_Dummy=$80039000,
  2.         POINTERA_BitMap=$80039001,
  3.         POINTERA_XOffset=$80039002,
  4.         POINTERA_YOffset=$80039003,
  5.         POINTERA_WordWidth=$80039004,
  6.         POINTERA_XResolution=$80039005,
  7.         POINTERA_YResolution=$80039006,
  8.         POINTERXRESN_DEFAULT=0,
  9.         POINTERXRESN_140NS=1,
  10.         POINTERXRESN_70NS=2,
  11.         POINTERXRESN_35NS=3,
  12.         POINTERXRESN_SCREENRES=4,
  13.         POINTERXRESN_LORES=5,
  14.         POINTERXRESN_HIRES=6,
  15.         POINTERYRESN_DEFAULT=0,
  16.         POINTERYRESN_HIGH=2,
  17.         POINTERYRESN_HIGHASPECT=3,
  18.         POINTERYRESN_SCREENRES=4,
  19.         POINTERYRESN_SCREENRESASPECT=5
  20.